\(\int 5 \, dx\) [3]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 1, antiderivative size = 3 \[ \int 5 \, dx=5 x \]

[Out]

5*x

Rubi [A] (verified)

Time = 0.00 (sec) , antiderivative size = 3, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 1.000, Rules used = {8} \[ \int 5 \, dx=5 x \]

[In]

Int[5,x]

[Out]

5*x

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps \begin{align*} \text {integral}& = 5 x \\ \end{align*}

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 3, normalized size of antiderivative = 1.00 \[ \int 5 \, dx=5 x \]

[In]

Integrate[5,x]

[Out]

5*x

Maple [A] (verified)

Time = 0.00 (sec) , antiderivative size = 4, normalized size of antiderivative = 1.33

method result size
default \(5 x\) \(4\)
norman \(5 x\) \(4\)
risch \(5 x\) \(4\)
parallelrisch \(5 x\) \(4\)

[In]

int(5,x,method=_RETURNVERBOSE)

[Out]

5*x

Fricas [A] (verification not implemented)

none

Time = 0.20 (sec) , antiderivative size = 3, normalized size of antiderivative = 1.00 \[ \int 5 \, dx=5 \, x \]

[In]

integrate(5,x, algorithm="fricas")

[Out]

5*x

Sympy [A] (verification not implemented)

Time = 0.02 (sec) , antiderivative size = 2, normalized size of antiderivative = 0.67 \[ \int 5 \, dx=5 x \]

[In]

integrate(5,x)

[Out]

5*x

Maxima [A] (verification not implemented)

none

Time = 0.20 (sec) , antiderivative size = 3, normalized size of antiderivative = 1.00 \[ \int 5 \, dx=5 \, x \]

[In]

integrate(5,x, algorithm="maxima")

[Out]

5*x

Giac [A] (verification not implemented)

none

Time = 0.31 (sec) , antiderivative size = 3, normalized size of antiderivative = 1.00 \[ \int 5 \, dx=5 \, x \]

[In]

integrate(5,x, algorithm="giac")

[Out]

5*x

Mupad [B] (verification not implemented)

Time = 0.00 (sec) , antiderivative size = 3, normalized size of antiderivative = 1.00 \[ \int 5 \, dx=5\,x \]

[In]

int(5,x)

[Out]

5*x